Dictionary
Translation
Tools
Word list
Emoticon dictionary
Firefox search plugin
VDict bookmarklet
VDict on your site
About
About
FAQ
Privacy policy
Contact us
Options
Change Typing Mode
Delete history
View history
Tiếng Việt
Lookup
Lookup
Computing (FOLDOC)
English - Vietnamese
Vietnamese - English
Vietnamese - Vietnamese
Vietnamese - French
French - Vietnamese
Computing
English - English
Chinese - Vietnamese
Enter text to translate (200 characters maximum)
Translate now
Translate now
Search in:
Word
Vietnamese keyboard:
Off
Virtual keyboard:
Show
Translation
powered by
Computing (FOLDOC) dictionary
binary tree
Jump to user comments
(btree) A
tree
in which each node has at most two successors
or child nodes. In
Haskell
this could be represented as
data BTree a = NilTree
| Node a (BTree a) (BTree a)
See also
balanced tree
.
(1994-11-29)
Related search result for
"binary tree"
Words contain
"binary tree"
in its definition in
Computing (FOLDOC) dictionary:
B-tree
balanced tree
Huffman coding
Gopher object type
two-binary, one-quaternary
binary tree
traversal
binary coded decimal
binary file
flat file
more...
Comments and discussion on the word
"binary tree"